3.602 \(\int \frac{1}{x \left (a+b x^4\right ) \left (c+d x^4\right )} \, dx\)

Optimal. Leaf size=62 \[ -\frac{b \log \left (a+b x^4\right )}{4 a (b c-a d)}+\frac{d \log \left (c+d x^4\right )}{4 c (b c-a d)}+\frac{\log (x)}{a c} \]

[Out]

Log[x]/(a*c) - (b*Log[a + b*x^4])/(4*a*(b*c - a*d)) + (d*Log[c + d*x^4])/(4*c*(b
*c - a*d))

_______________________________________________________________________________________

Rubi [A]  time = 0.165029, antiderivative size = 62, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.091 \[ -\frac{b \log \left (a+b x^4\right )}{4 a (b c-a d)}+\frac{d \log \left (c+d x^4\right )}{4 c (b c-a d)}+\frac{\log (x)}{a c} \]

Antiderivative was successfully verified.

[In]  Int[1/(x*(a + b*x^4)*(c + d*x^4)),x]

[Out]

Log[x]/(a*c) - (b*Log[a + b*x^4])/(4*a*(b*c - a*d)) + (d*Log[c + d*x^4])/(4*c*(b
*c - a*d))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 23.4307, size = 49, normalized size = 0.79 \[ - \frac{d \log{\left (c + d x^{4} \right )}}{4 c \left (a d - b c\right )} + \frac{b \log{\left (a + b x^{4} \right )}}{4 a \left (a d - b c\right )} + \frac{\log{\left (x^{4} \right )}}{4 a c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(1/x/(b*x**4+a)/(d*x**4+c),x)

[Out]

-d*log(c + d*x**4)/(4*c*(a*d - b*c)) + b*log(a + b*x**4)/(4*a*(a*d - b*c)) + log
(x**4)/(4*a*c)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0497906, size = 54, normalized size = 0.87 \[ \frac{-b c \log \left (a+b x^4\right )+a d \log \left (c+d x^4\right )-4 a d \log (x)+4 b c \log (x)}{4 a b c^2-4 a^2 c d} \]

Antiderivative was successfully verified.

[In]  Integrate[1/(x*(a + b*x^4)*(c + d*x^4)),x]

[Out]

(4*b*c*Log[x] - 4*a*d*Log[x] - b*c*Log[a + b*x^4] + a*d*Log[c + d*x^4])/(4*a*b*c
^2 - 4*a^2*c*d)

_______________________________________________________________________________________

Maple [A]  time = 0.013, size = 59, normalized size = 1. \[ -{\frac{d\ln \left ( d{x}^{4}+c \right ) }{4\,c \left ( ad-bc \right ) }}+{\frac{\ln \left ( x \right ) }{ac}}+{\frac{b\ln \left ( b{x}^{4}+a \right ) }{4\,a \left ( ad-bc \right ) }} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(1/x/(b*x^4+a)/(d*x^4+c),x)

[Out]

-1/4*d/c/(a*d-b*c)*ln(d*x^4+c)+ln(x)/a/c+1/4*b/a/(a*d-b*c)*ln(b*x^4+a)

_______________________________________________________________________________________

Maxima [A]  time = 1.37105, size = 82, normalized size = 1.32 \[ -\frac{b \log \left (b x^{4} + a\right )}{4 \,{\left (a b c - a^{2} d\right )}} + \frac{d \log \left (d x^{4} + c\right )}{4 \,{\left (b c^{2} - a c d\right )}} + \frac{\log \left (x^{4}\right )}{4 \, a c} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((b*x^4 + a)*(d*x^4 + c)*x),x, algorithm="maxima")

[Out]

-1/4*b*log(b*x^4 + a)/(a*b*c - a^2*d) + 1/4*d*log(d*x^4 + c)/(b*c^2 - a*c*d) + 1
/4*log(x^4)/(a*c)

_______________________________________________________________________________________

Fricas [A]  time = 1.6431, size = 73, normalized size = 1.18 \[ -\frac{b c \log \left (b x^{4} + a\right ) - a d \log \left (d x^{4} + c\right ) - 4 \,{\left (b c - a d\right )} \log \left (x\right )}{4 \,{\left (a b c^{2} - a^{2} c d\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((b*x^4 + a)*(d*x^4 + c)*x),x, algorithm="fricas")

[Out]

-1/4*(b*c*log(b*x^4 + a) - a*d*log(d*x^4 + c) - 4*(b*c - a*d)*log(x))/(a*b*c^2 -
 a^2*c*d)

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/x/(b*x**4+a)/(d*x**4+c),x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: NotImplementedError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((b*x^4 + a)*(d*x^4 + c)*x),x, algorithm="giac")

[Out]

Exception raised: NotImplementedError